Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch exceptions in tunnel host async void method #297

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

jasongin
Copy link
Member

Port-forwarding can throw ObjectDisposedException if the SSH session is closed at just the wrong time. That was causing some crashes when that exception occurred within the async void OnSshClientAuthenticated event handler method in the tunnel SDK.

Also updating to the latest SSH package version to pick up the fix for concurrent session requests.

@jasongin jasongin merged commit d891fe9 into main Aug 29, 2023
11 checks passed
@jasongin jasongin deleted the dev/jasongin/forwardex branch August 29, 2023 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants